home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
personal_main.swf
/
scripts
/
DefineButton2_35
/
BUTTONCONDACTION on(rollOut).as
< prev
next >
Wrap
Text File
|
2001-03-22
|
111b
|
8 lines
on(rollOut){
tellTarget("/label_movie")
{
gotoAndStop("show_nothing");
play();
}
}